-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Remove AI releases #133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove AI releases #133
Conversation
|
.gitignore
Outdated
| roo-cline-*.vsix | ||
|
|
||
| # Local prompts and rules | ||
| local-prompts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this is a directory, I think a little safer to add a trailing /
|
This can certainly be a separate thing, but can we change the code that adds to the CHANGELOG based on the changeset to use the exact same formatting as the rest of the entries in there? |
this will already happen, that's how |
example |
Where is the code that prepends it to the changelog? It's built in? I noticed it was using a different format than the other entries. |
the |
Can we use this to make it match what's currently in the changelog? https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md I don't think we need the git sha or the major/minor/match header |
Remove AI releases
Important
Remove AI release automation and update workflows to handle releases without AI-generated notes.
changeset-ai-releases.yml, removing AI-based release automation.changeset-release.ymlto handle version bump PRs and auto-merge without AI notes.ai-release-notes/action.ymlto requiregit_ref,head_ref, andbase_refinputs.changelog-config.tsto define custom changelog functions.@changesets/typestodevDependenciesinpackage.json.This description was created by
for 5359f82. It will automatically update as commits are pushed.